home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6019 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  962 b 

  1. Path: news.pix.za!usenet
  2. From: js000021@pixie.co.za (Smit JS)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: EGAVGA.BGI
  5. Date: Sat, 10 Feb 1996 11:36:10 GMT
  6. Organization: PiX - Proxima information X-change
  7. Message-ID: <4fie0u$lf8@hawk.pix.za>
  8. References: <4fbf4e$kbk@cobain.rowan.edu>
  9. NNTP-Posting-Host: 196.23.60.102
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. josh@elvis.rowan.edu (josh) wrote:
  13.  
  14. >on turbo c++ i finally got the graphics examples to compile and link, yet 
  15. >when run, it says cannot load driver EGAVGA.BGI. this file is in my BGI 
  16. >dir, which is included in my directories path under options. i set all my 
  17. >linker libraries, and still nada. any idea's?
  18.  
  19. >josh
  20. Hi Josh,
  21. Don't know about turbo c++, but if it is the same as BC3.1, then you
  22. cannot load the .BGI file. You have to convert it to a .obj file
  23. first, then link the .obj into your code. In BC3.1 you  use BGIOBJ and
  24. you may have to use registerbgidriver in the source as well.
  25. Regards
  26. Johan Smit
  27.  
  28.